.columns { /*selects the featurettes*/
	width: 46%; /*sets the width of each featurette to 1/3*/
	float: left; /*floats each column left next to one another*/
	margin: 2%;
}

.columns p {
	text-align: justify;
}

.columns h2 {
	text-align: center;
}

.columns h1 {
	margin-top: 70%;
}

.main {
	width: 70%;
	margin: auto;
	text-align: justify;
}

.main p {
	padding-bottom: 3%;
	width: 90%;
	margin: auto 5% auto 5%;
}

.main h2 {
	text-align: center;
	font-size: 1.5em;
	padding-bottom: 5%;
}

.main h3 {
	padding: 1% 5% 3% 5%;
	font-size: 1.25em;
	text-align: center;
}

.main h4 {
	text-align: center;
	font-size: 1em;
	padding: 3%
}

.main h1 {
	padding-top: 5%;
}

.main img {
	padding-bottom: 3%;
}

.slides {
	background: #cbf1f7;
	max-width: 80%;
	margin: auto;
}

.slide {
	
	max-width: 80%;
	margin: auto;
}

.column {
	width: 46%;
	background: #cbf1f7;
	margin: 2% 27%;
}

.accordion2 {
	/*font-family: "Brush Script MT", cursive; makes them cursive in a special font
	/*font-size: 2em; makes the heading 3x normal text*/
	margin: auto 40%;
}

.column p {
	text-align: justify;
}

.column h2 {
	text-align: center;
}

.column h1 {
	text-align: center;
}

@media screen and (max-width: 500px) {
	.big_screen_content {
		display:none;
	}
	.tablet_content {
		display: none;
	}
}
	
@media screen and (min-width: 901px) {
	.small_screen_content {
		display: none;
	}
	.tablet_content {
		display: none;
	}
}

@media screen and (max-width: 900px) and (min-width: 501px) {
	.tablet_content {
		display: block;
	}
	
	.big_screen_content {
		display: none;
	}
.small_screen_content {
		display: none;
}
.medium_screen_content {
	display: none;
}